chore: Replace custom Gradle wrapper updater with Dependabot#5421
Open
runningcode wants to merge 1 commit into
Open
chore: Replace custom Gradle wrapper updater with Dependabot#5421runningcode wants to merge 1 commit into
runningcode wants to merge 1 commit into
Conversation
Remove the custom `scripts/update-gradle.sh` script and its corresponding `gradle-wrapper` job in the `update-deps.yml` workflow. The existing Dependabot `gradle` package ecosystem already handles Gradle wrapper updates, making this custom machinery redundant. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
📲 Install BuildsAndroid
|
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 319f256 | 322.02 ms | 380.33 ms | 58.30 ms |
| 889ecea | 367.58 ms | 437.52 ms | 69.94 ms |
| 2195398 | 309.39 ms | 354.53 ms | 45.14 ms |
| 72020f8 | 312.32 ms | 370.94 ms | 58.62 ms |
| 62b579c | 318.48 ms | 367.71 ms | 49.24 ms |
| 62b579c | 349.26 ms | 426.26 ms | 77.00 ms |
| dcc6bbf | 382.58 ms | 462.13 ms | 79.54 ms |
| 694d587 | 305.45 ms | 378.38 ms | 72.94 ms |
| 6b019b7 | 343.31 ms | 417.23 ms | 73.91 ms |
| d364ace | 411.72 ms | 430.81 ms | 19.10 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 319f256 | 1.58 MiB | 2.19 MiB | 619.79 KiB |
| 889ecea | 1.58 MiB | 2.11 MiB | 539.75 KiB |
| 2195398 | 0 B | 0 B | 0 B |
| 72020f8 | 1.58 MiB | 2.19 MiB | 620.21 KiB |
| 62b579c | 0 B | 0 B | 0 B |
| 62b579c | 0 B | 0 B | 0 B |
| dcc6bbf | 1.58 MiB | 2.12 MiB | 553.10 KiB |
| 694d587 | 1.58 MiB | 2.19 MiB | 620.06 KiB |
| 6b019b7 | 0 B | 0 B | 0 B |
| d364ace | 1.58 MiB | 2.11 MiB | 539.75 KiB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/update-gradle.sh— the custom shell script that handled Gradle wrapper version detection and updatesgradle-wrapperjob from.github/workflows/update-deps.ymlThe existing Dependabot
gradlepackage ecosystem already supports updating the Gradle wrapper (gradle/wrapper/gradle-wrapper.properties), making the custom updater script and workflow job redundant.The
nativejob inupdate-deps.ymlis unchanged and continues to handle Native SDK updates.🤖 Generated with Claude Code